home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / main / main.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  236 b   |  12 lines

  1. on exitFrame
  2.   global startticks, sndname
  3.   go(the frame)
  4.   if not soundBusy(1) then
  5.     sound playFile 1, sndname
  6.   end if
  7.   if (the ticks - startticks) >= (60 * 0.5) then
  8.     blinkbutton()
  9.     set startticks to the ticks
  10.   end if
  11. end
  12.